gtk_parse_args
gtk_init
gtk_init_check
-gtk_init_with_args
gtk_get_option_group
gtk_events_pending
gtk_main
* gdk_disable_multidevice:
*
* Disables multidevice support in GDK. This call must happen prior
- * to gdk_display_open(), gtk_init(), gtk_init_with_args() or
+ * to gdk_display_open(), gtk_init() or
* gtk_init_check() in order to take effect.
*
* Most common GTK+ applications won’t ever need to call this. Only
* list to try all remaining backends.
*
* This call must happen prior to gdk_display_open(),
- * gtk_init(), gtk_init_with_args() or gtk_init_check()
+ * gtk_init(), or gtk_init_check()
* in order to take effect.
*
* Since: 3.10
/**
* gtk_disable_setlocale:
- *
- * Prevents gtk_init(), gtk_init_check(), gtk_init_with_args() and
+ *
+ * Prevents gtk_init(), gtk_init_check() and
* gtk_parse_args() from automatically
* calling `setlocale (LC_ALL, "")`. You would
* want to use this function if you wanted to set the locale for